css removing title popups

55

$(document).ready(function() {
    $("a").removeAttr("title");
});
<a href="" title="Something" class=".some-tooltip-class"><span title="">Your text</span></a>

Comments

Submit
0 Comments